* fns.c (concat): Minor tuning based on overflow analysis.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jun 2011 02:41:13 +0000 (19:41 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jun 2011 02:41:13 +0000 (19:41 -0700)
commitf52c7a6c3eed98230f80131249ac501bea83fb30
tree88c2dd5774ca512f4d1144f8c257e906cf7aa85b
parent02f1b0e7f0bf8d440065d84b4189513268811e21
* fns.c (concat): Minor tuning based on overflow analysis.

This doesn't fix any bugs.  Use int to hold character, instead
of constantly refetching from Emacs object.  Use XFASTINT, not
XINT, for value known to be a character.  Don't bother comparing
a single byte to 0400, as it's always less.
src/ChangeLog
src/fns.c